home *** CD-ROM | disk | FTP | other *** search
/ Namo WebEditor 5 / NAMO_WEBEDITOR_5.iso / Multimedia Demo / loader.swf / scripts / DefineSprite_5 / frame_2 / DoAction.as
Encoding:
Text File  |  2001-06-13  |  269 b   |  12 lines

  1. bgmusic = new Sound();
  2. bgmusic.attachSound("bgmusic");
  3. bgmusic.setVolume(100);
  4. bgmusic.start(0,50000);
  5. bgmusic2.stop();
  6. bgmusic3.stop();
  7. bgmusic4.stop();
  8. _parent.bg2VolumeScript.stop();
  9. _parent.bg3VolumeScript.stop();
  10. _parent.bg4VolumeScript.stop();
  11. stop();
  12.